LegendAlign Enumeration
Represents the alignment of a legend with the plot area.
Namespace: Independentsoft.Office.Odf.ChartsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration LegendAlign
| Start | 0 |
Legend is aligned at the beginning of the plot-area (which is left or top).
|
| Center | 1 |
Legend is aligned at the center of the plot-area.
|
| End | 2 |
Legend is aligned at the end of the plot-area (which is right or bottom).
|
| None | 3 |
None.
|